home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epimap1.zip / FILES04.EXE / HEPRATES.BAT < prev    next >
DOS Batch File  |  1994-06-08  |  404b  |  12 lines

  1. @ECHO OFF
  2. REM Batch file to run an Epi Info ANALYSIS program, produce rates
  3. REM   and then display the rates in Epi Map using HEPRATES.MAP
  4. ANALYSIS HEPRATES.PGM
  5. REM Produces the necessary data file containing rates
  6. CLS
  7. ECHO The HEPRATE.REC file containing rates has been produced.
  8. ECHO Press Enter to run Epi Map and display the map
  9. PAUSE
  10. EPIMAP HEPRATES.MAP
  11. REM Runs Epi Map to show the map
  12.